home *** CD-ROM | disk | FTP | other *** search
/ TPUG - Toronto PET Users Group / TPUG Users Group CD / TPUG Users Group CD.iso / AMIGA / (A)TC / (A)TCA.ADF / hlplusdemo / Documentation / intro.doc < prev    next >
Text File  |  1992-07-04  |  5KB  |  158 lines

  1. HAMLAB PLUS
  2. Version 2.0.6
  3. July 22, 1992
  4.  
  5. (c) Copyright 1990-1992 J. E. Hanway
  6. All rights reserved.
  7.  
  8. IN THIS DOCUMENT:
  9.  
  10. INTRODUCTION
  11.  
  12. DOCUMENTATION ROADMAP
  13.  
  14. DISTRIBUTION
  15.  
  16. REGISTRATION INFORMATION
  17.  
  18. SUPPORT INFORMATION
  19.  
  20. ACKNOWLEDGEMENTS
  21.  
  22. INTRODUCTION
  23.  
  24. HAMLAB PLUS is an image format conversion utility.  It can read
  25. bit-mapped images in many formats, perform some basic operations on
  26. them, reduce them to a native Amiga display mode, and save them in
  27. Amiga IFF format.  It is intended mainly to read images with more
  28. colors and higher resolution than are displayable on Amigas (JPEG
  29. files and 256 color GIFs, for example) and to reduce the number of
  30. colors in the image until the Amiga can display it, preserving
  31. as much of the original image's quality as possible.
  32.  
  33. HAMLAB PLUS has many options: for the final format, you can choose
  34. from dozens of combinations of resolution, number of colors, and
  35. other factors, plus you can crop, resize, or adjust the colors of
  36. the image in the process of converting it.
  37.  
  38. HAMLAB PLUS is modular: it uses separate "filter" programs to read
  39. images, and new filter programs can be added to support other
  40. formats without requiring the main program to be updated.  Similarly,
  41. HAMLAB PLUS can "export" to several formats using similar "exporter"
  42. programs.
  43.  
  44. HAMLAB PLUS is flexible: it has a full Amiga point-and-click
  45. user interface with an AmigaOS Release 2 look and feel, plus
  46. it can be run in a simple batch mode from the command line, and
  47. it has a powerful AREXX command set.
  48.  
  49. Finally, HAMLAB PLUS is extremely configurable: you can configure it
  50. to start up with your preferred settings, plus you can tailor its
  51. operation so that it utilizes as much or as little of your
  52. system's RAM and disk space as you wish.
  53.  
  54.  
  55. DOCUMENTATION ROADMAP
  56.  
  57. The HAMLAB PLUS documentation is supplied on disk in plain text,
  58. formatted for 70 columns, with form feeds between sections.  When
  59. making a hard copy, I recommend allowing a 1 inch left margin (10
  60. columns in pica) for punching holes to insert into a binder.
  61.  
  62. The topics are organized as follows:
  63.  
  64. intro.doc       Introduction, roadmap, legalese
  65.                 acknowledgements
  66.  
  67. userman.doc     Quick start, setup, operation
  68.  
  69. cmd-ref.doc     AREXX / config file command reference.
  70.  
  71. filt-ref.doc    Filter and exporter reference.
  72.  
  73.  
  74. DISTRIBUTION
  75.  
  76. HAMLAB PLUS is copyrighted.  It is not in the public domain, nor is
  77. it freeware.  Distribution is permitted only under the following
  78. conditions:
  79.  
  80. 1) Only versions designated as DEMO versions by the author may be
  81. freely distributed.  The unrestricted version is intended for
  82. use by registered users only, and may not be redistributed.
  83.  
  84. 2) DEMO versions must be distributed only in complete, unmodified
  85. form.  As long as the contents of a DEMO version archive are
  86. unchanged, the archive may be converted to any common archive format.
  87. For disk-based distributions only, the contents of the archive may be
  88. extracted into a directory separate from other disk contents.
  89.  
  90. Permission is explicitly granted to include DEMO versions of HAMLAB
  91. PLUS in the Fred Fish disk library, on any medium.
  92.  
  93. The author reserves the right to change the distribution terms of
  94. future versions at any time.
  95.  
  96. REGISTRATION INFORMATION
  97.  
  98. To obtain the registered version of HAMLAB PLUS, send the
  99. registration fee to:
  100.  
  101. Ed Hanway
  102. 149 Arborwood Crescent
  103. Rochester, NY 14615-3849 USA
  104.  
  105. The registration fee is $25 (US), discounted to $20 until January 1,
  106. 1993.  If registering from overseas, please include appropriate
  107. additional funds to cover costs of mailing a disk.
  108.  
  109. All registrations must be in US funds payable through a US bank.
  110. The following forms of payment are acceptable:
  111.  
  112.   U.S.A.        recommended: Personal check or money order
  113.  
  114.   Canada        recommended: Canadian postal money order in US dollars
  115.  
  116.                 acceptable:  Bank check payable through a US branch in
  117.                              US dollars
  118.  
  119.   Elsewhere     recommended: Bank check payable through a US bank in
  120.                              US dollars
  121.  
  122.                 at your own risk: US currency
  123.  
  124. SUPPORT INFORMATION
  125.  
  126. HAMLAB PLUS support is available on the Chromaticity BBS (Rochester,
  127. New York):
  128.  
  129.         Chromaticity
  130.         Amiga Graphics / Tech / HamLab Support
  131.         +1 716 647 6396
  132.         24hrs 1200-14400 bps
  133.         Dual Standard HST/V.32bis
  134.  
  135. A closed conference and file area are available on the BBS where
  136. registered users may obtain updates.  In addition, the latest demo
  137. version, as well as any freely distributable filters may also be
  138. downloaded from the open areas of the BBS.
  139.  
  140. The author can also be reached at the following email addresses:
  141.  
  142. BIX:            jehanway (1-2 day turnaround)
  143. GEnie:          JEHANWAY (2-3 WEEK turnaround)
  144. Internet:       jeh@raster.kodak.com
  145.  
  146. ACKNOWLEDGEMENTS
  147.  
  148. PCHG format developed by Sebastiano Vigna.
  149.  
  150. AmigaDOS pattern matching code by Dave Haynie.
  151.  
  152. JPEG support based on work by the Independent JPEG Group.
  153.  
  154. Thanks to Ed Dukeshire for suggesting something as simple and
  155. obvious as adding "Plus" to the name.
  156.  
  157. Thanks to everyone who helped with debugging and beta testing.
  158.